vendor/golang.org/x/net/http2/hpack.Decoder.readString (method)

3 uses

	vendor/golang.org/x/net/http2/hpack (current package)
		hpack.go#L370: 		undecodedName, buf, err = d.readString(buf)
		hpack.go#L375: 	undecodedValue, buf, err := d.readString(buf)
		hpack.go#L479: func (d *Decoder) readString(p []byte) (u undecodedString, remain []byte, err error) {